home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / M-Md / MagicLamp.cpt / Magic Lamp / card_2899.txt < prev    next >
Encoding:
Text File  |  1988-02-16  |  1.2 KB  |  59 lines

  1. -- card: 2899 from stack: in
  2. -- bmap block id: 2098
  3. -- flags: 0000
  4. -- background id: 2742
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=167 top=137 right=159 bottom=267
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Rub Me
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=40 top=44 right=71 bottom=75
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 11045 / 11045
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Home
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   go home
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 6 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=352 top=46 right=85 bottom=394
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 32462 / 32462
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Help
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect venetian blinds
  57.   go to card "Help"
  58. end mouseUp
  59.